home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Corbis Images Sampler - Red
/
RED.iso
/
pc
/
Interface
/
inter.dxr
/
00030_nextarrow action 1b.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-12-21
|
199 b
|
15 lines
on mouseUp
puppetSound(2, "click")
go(the frame + 1)
end
on mouseEnter
sprite(40).visible = 1
sprite(41).visible = 1
end
on mouseLeave
sprite(40).visible = 0
sprite(41).visible = 0
end